type runtime/pprof.protobuf

17 uses

	runtime/pprof (current package)
		proto.go#L38: 	pb        protobuf
		protobuf.go#L8: type protobuf struct {
		protobuf.go#L14: func (b *protobuf) varint(x uint64) {
		protobuf.go#L22: func (b *protobuf) length(tag int, len int) {
		protobuf.go#L27: func (b *protobuf) uint64(tag int, x uint64) {
		protobuf.go#L33: func (b *protobuf) uint64s(tag int, x []uint64) {
		protobuf.go#L53: func (b *protobuf) uint64Opt(tag int, x uint64) {
		protobuf.go#L60: func (b *protobuf) int64(tag int, x int64) {
		protobuf.go#L65: func (b *protobuf) int64Opt(tag int, x int64) {
		protobuf.go#L72: func (b *protobuf) int64s(tag int, x []int64) {
		protobuf.go#L92: func (b *protobuf) string(tag int, x string) {
		protobuf.go#L97: func (b *protobuf) strings(tag int, x []string) {
		protobuf.go#L103: func (b *protobuf) stringOpt(tag int, x string) {
		protobuf.go#L110: func (b *protobuf) bool(tag int, x bool) {
		protobuf.go#L118: func (b *protobuf) boolOpt(tag int, x bool) {
		protobuf.go#L127: func (b *protobuf) startMessage() msgOffset {
		protobuf.go#L132: func (b *protobuf) endMessage(tag int, start msgOffset) {